Add progress bar field to Finetuning API Response#180
Conversation
✱ Stainless preview buildsThis PR will update the Edit this comment to update it. It will appear in the SDK's changelogs. ✅ togetherai-python studio · code · diff
✅ togetherai-go studio · code · diff
✅ togetherai-typescript studio · code · diff
✅ togetherai-terraform studio · code · diff
This comment is auto-generated by GitHub Actions and is automatically kept up to date as you push. |
openapi.yaml
Outdated
| description: Whether time estimate is available | ||
| seconds_remaining: | ||
| type: integer | ||
| format: int64 |
There was a problem hiding this comment.
I don't think we want or need this format.
type: integer will produce an int64 by default https://www.stainless.com/docs/reference/openapi-support/#primitives
There was a problem hiding this comment.
Done, thank you!
No description provided.